projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
080007d
)
Forgotten file
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 16 Dec 2011 03:19:54 +0000
(22:19 -0500)
committer
Ryan Lortie
<desrt@desrt.ca>
Mon, 19 Dec 2011 17:51:12 +0000
(12:51 -0500)
gtk/gtkbuilderprivate.h
patch
|
blob
|
history
diff --git
a/gtk/gtkbuilderprivate.h
b/gtk/gtkbuilderprivate.h
index a7fc500443f6c08e4afd38a5d81c083fa4f7b0c5..f58da231bccfa3027d93a7e794d3b08de8aa160c 100644
(file)
--- a/
gtk/gtkbuilderprivate.h
+++ b/
gtk/gtkbuilderprivate.h
@@
-42,6
+42,12
@@
typedef struct {
CommonInfo *parent;
} ObjectInfo;
+typedef struct {
+ TagInfo tag;
+ gchar *id;
+ GHashTable *objects;
+} MenuInfo;
+
typedef struct {
TagInfo tag;
GSList *packing_properties;